|
ARD2
1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
|
State-machine state that initializes everything before handing over application. More...
#include "derivative.h"#include "Compile_Options.h"#include "Init_State.h"#include "SM.h"#include "SBC_AL.h"#include "Central_Accel_AL.h"#include "HAL.h"#include "Application_Globals.h"#include "MailScheduler.h"#include "Labview.h"Functions | |
| uint32_t | u32fnSMAppInit (void) |
| First state in all state machines; prepares the State machine for operation. It also performs hardware initializations as required by the application. | |
| void | vfnVerifyMCUInitStatus (uint8_t u8Status) |
| This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing. | |
State-machine state that initializes everything before handing over application.
Copyright (C) 2011 Freescale Semiconductor Freescale Confidential Proprietary
History:
| uint32_t u32fnSMAppInit | ( | void | ) |
First state in all state machines; prepares the State machine for operation. It also performs hardware initializations as required by the application.
| None |
| void vfnVerifyMCUInitStatus | ( | uint8_t | u8Status | ) |
This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing.
| u8Status,: | Status byte coming from init routine. |